home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / award106.zip / AWARD.DOC < prev    next >
Text File  |  1993-01-20  |  1KB  |  36 lines

  1. Award Door v. 1.06 - Copyright 1992 Keith N. Cochran
  2.  
  3. This is a simple little door program that will display a file to the
  4. caller if they are the "Nth" caller.  It reads the caller# from PCB
  5. and if they are the Nth caller, it displays the file, if they are not,
  6. no action is taken.
  7.  
  8.  
  9. It should be run as a PCBoard LOGIN door.  If you are unfamiliar with
  10. setting up a PCB login door, refer to the PCB manual.
  11.  
  12. The calling syntax for the door is:  award award.cnf c:\pcb
  13.                                                      ^^^^^^^
  14.                                                      This is the node's  
  15.                                                      system directory.
  16.  
  17. The award.cnf file should contain 3 lines:
  18.  
  19. interrupt    <=== Change to FOSSIL if running the /M version of PCBoard.
  20. 25           <=== display the file every ? caller
  21. test         <=== name of display file
  22.  
  23. If the caller is the Nth caller, a line will be written to the CALLERx log
  24. indicating so, and a line will be written to a file called AWARD.DAT in the
  25. door directory listing the caller's name, Nth value, date and time.
  26.  
  27. The display file may contain X@ color codes.
  28.  
  29.  
  30. This door is being released as freeware, you may use it forever with no
  31. obligation whatsoever.  Please do not modify it or take credit for it.
  32.  
  33. Keith Cochran
  34. Paradox BBS (302) 645-7264
  35.  
  36.